home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
kcl
/
akcl
/
akcl1615.lha
/
c
/
peculiar.c
< prev
next >
Wrap
C/C++ Source or Header
|
1991-09-16
|
652b
|
40 lines
#ifndef PECULIAR_MACHINE
#define BIGM (int)((((unsigned int)(-1))/2))
int ONEM = -1;
int Bigm = BIGM;
int Smallm = -BIGM-1;
int Seven = 7;
int Three = 3;
main()
{
#define BIGM (int)((((unsigned int)(-1))/2))
{
int ONEM = -1;
int Bixsgm = BIGM;
int Smallm = -BIGM-1;
int Seven = 7;
int Three = 3;
if ( (Smallm / Seven) < 0
&& (Smallm / (-Seven)) > 0
&& (Bigm / (-Seven)) < 0
&& ((-Seven) / Three) == -2
&& (Seven / (-Three)) == -2
&& ((-Seven)/ (-Three)) == 2)
{ printf("#define TRUNCATE_USE_C\n");
}
printf("%d\n",(Smallm/-1));
}}
#endif